func crypto/des.permuteFinalBlock

4 uses

	crypto/des (current package)
		block.go#L35: 	byteorder.BePutUint64(dst, permuteFinalBlock(preOutput))
		block.go#L177: func permuteFinalBlock(block uint64) uint64 {
		cipher.go#L119: 	byteorder.BePutUint64(dst, permuteFinalBlock(preOutput))
		cipher.go#L154: 	byteorder.BePutUint64(dst, permuteFinalBlock(preOutput))